KikuGie's Commons
Toggle table of contents
0.3.1
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.collections
/
lastNotNull
last
Not
Null
fun
<
T
:
Any
>
Array
<
out
T
>
.
lastNotNull
(
)
:
T
(
source
)
fun
<
T
:
Any
>
Iterable
<
T
>
.
lastNotNull
(
)
:
T
(
source
)
fun
<
T
:
Any
>
Iterator
<
T
>
.
lastNotNull
(
)
:
T
(
source
)
fun
<
T
:
Any
>
List
<
T
>
.
lastNotNull
(
)
:
T
(
source
)
fun
<
T
:
Any
>
Sequence
<
T
>
.
lastNotNull
(
)
:
T
(
source
)
Returns the last non-null element or throws NoSuchElementException otherwise.